body
{
    background-color: cadetblue;
	font-family:Arial;
	padding:0px;
	margin:0px;
	width:100%;
    
    
}
header
{
	margin:0px;
	height:auto;
	width:100%;
	position: fixed;
	top:0;
	z-index: 200;
    border-bottom-color: grey;
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
	background-color: white;
}
h1
{
    font-size: inherit;       
    font-weight: inherit;   
    margin: 0;            
    padding: 0;            
    color: inherit;        
    display: inherit;  
}
h2
{
    font-size: inherit;       
    font-weight: inherit;   
    margin: 0;            
    padding: 0;            
    color: inherit;        
    display: inherit;  
}
h3
{
    font-size: inherit;       
    font-weight: inherit;   
    margin: 0;            
    padding: 0;            
    color: inherit;        
    display: inherit;  
}
#logoImage
{
	height: 100px;
	float:left;
	margin-left: 30px;
	margin-top: 10px;	
}
#nav_container
{
	font-size: 20px;
	list-style-type: none;
	background-color: white;
	margin-top:0px;
	margin-bottom: 0px;
	text-align: right;
	padding-right: 30px;
	padding-top:10px;
	padding-bottom: 15px;      
}
.headerList
{
    display: inline;
	padding: 10px 15px;	
}

header a
{
    position:relative;
    text-decoration:none;
    color: black;
	padding:0px;
}
header a:hover
{
	color:black;
}
header a:before
{
	content: "";
  	position: absolute;
  	width: 100%;
  	height: 2px;
  	bottom: 0;
  	left: 0;
	
  	background-color: black;
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
 	transform: scaleX(0);
  	-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
}
header a:hover:before
{
	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
}

.textOne
{
    
    font-size: 22px;
    font-weight: 550;
    font-stretch: 100%;
    letter-spacing:-1px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;   
    
     
}
#selectedLang{
    color:black;
}
#nonselectedLang{
    color:grey;
}
#switchContainer
{
    width: 100%;
    height: auto;
    text-align: right;
    padding-top: 10px; 
}
#phonefull
{
    width: 100%;
    text-align: right;
}
#phoneContainer
{
    display: inline-block;
    width:225px;
    text-align: right;
    margin-top: 5px;
    margin-right: 20px;
    
}
#imagePhone
{
    width: 25px;
    float:left;
}
#num
{
    color: black;
    font-size: 25px;
    font-weight: 550;
    font-stretch: 100%;
    letter-spacing:0px;
    text-align: center;
    float:right;
    margin-top: 5px;
}
.switch
{
    position:relative;
    display: inline-block;
    width: 50px;
    height:24px;
}
.switch input{
    opacity:0;
    width:0;
    height:0;
}
.slider{
    position: absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: black;
    -webkit-transition:.4s;
    transition:.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition:.4s;
    transition: .4s;
}
input:checked + .slider {
    background: black;
}
input:focus +.slider {
    box-shadow: 0 0 1px black;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round
{
    border-radius: 34px;
}
.slider.round:before
{
    border-radius: 50%;
}
#mobile_switchContainer
{
    display: none;
}
#dont_display
{
    font-size: 0;
    width:1px;
    height: 1px;
    display:inline-block;
    overflow:hidden;
    position: absolute;
    border:0;
    padding:0;
    margin:0;
    clip: rect(1px,1px,1px,1px);
}
#top_form_container
{
    width : 100%;
    float:right;
    text-align: left;
    background-color: white;
    border-radius: 25px;
    padding:0px;
    box-sizing: border-box;
    margin-top: 20px;
}
#notice
{
    width:100%;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 20px;
}
#name_container
{
    margin-left: auto;
    margin-right: auto;
    width:100%;
    display: inline-block;
}
#input_email_first_name
{
    width : 47%;
    float:lefft;
    box-sizing: border-box;
}
#input_email_last_name
{
    width : 47%;
    float:right;
    box-sizing: border-box;
}
#email_first_name
{
    width : 47%;
    float:lefft;
    box-sizing: border-box;
}
#email_last_name
{
    width : 47%;
    float:right;
    box-sizing: border-box;
}
#mobile_label_first_name
{
    display: none;
}
#mobile_label_last_name
{
    display: none;
}
.email_input
{
    box-sizing: border-box;
    padding:12px;
    font-size:20px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 10px;
    border: none;
    background-color: lightgray;
}
.email_label
{
   font-size:25px; 
    
}
#email
{
    width:100%;
}
#email_message
{
    width:100%;   
}
#submit_button
{
    width:100%;
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: black;
    color: white;
    font-size: 22px;
    margin-bottom: 40px;
    border-radius: 10px;
    
}
#submit_button:hover
{
    opacity: .8;
}
#error
{
    color:green;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    border-width: 0px;
    background-color:white; 
}

#top_bar
{
    height:128px;
}
#top_container
{
    width:100%;
    height:42.25vw;
    position: relative;
    padding-top:0px; 
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: cadetblue;
    box-sizing: border-box;
}
#contact_center
{
    width:100%;
    height: auto;
    display: block;
    overflow: auto;
}
#left_side
{
    float:left;
    width:45%;
    padding-right: 10px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
#right_side
{
    width: 55%;
    position: absolute;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    top:0;
    right:0;
}
#top_image
{
    width:100%;
    display: block;
    padding: 0px;
    margin: 0px;
}
#top_title
{
    font-size: 50px;
    margin-left:50px;
    margin-right: auto;
    margin-top: 10px;
    font-weight:800;
    color:black;
}
#top_description
{
    font-size: 25px;
    margin-left:55px;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight:500;
    color:black; 
}
#top_boxes_container
{
    width:55%;
    padding-top: 0px;
    height: auto;
    position: relative;
    opacity: .85;
    margin-left: auto;
    margin-right: auto; 
    display: block;
    box-sizing: border-box;
    display: block;
    padding-bottom: 0px;
}
#left_box
{
    width:45%;
    float:left;
    border-radius: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
#right_box
{
    width:45%;
    float: right;
    border-radius: 15px;
    box-sizing: border-box;
    
}
#call_square_button
{
    width:100%;
    background-color: black;
    color:white;
    margin-top:30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight:700;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
#email_square_button
{
    width:100%;
    background-color: black;
    color:white;
    margin-top:30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight:700;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
#the_email
{
    width:100%;
    font-size: 13px;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
#phone
{
    width:100%;
    padding: 20px;
    text-align: center;
    background-color: white;
    border-radius: 25px;
    box-sizing: border-box;
    
}
#email_contact_button
{
    width:100%;
    padding: 20px;
    text-align: center;
    background-color: white;
    border-radius: 25px;
    box-sizing: border-box;
}
.contact_logo
{
    height:70px;
    margin-bottom: 5px;
}

#logo_text_bottom_call
{
    font-weight: 600;
    font-size: 16px;
    color: black;
    height: 60px;
    box-sizing: border-box;
}
#logo_text_bottom_email
{
    font-weight: 600;
    font-size: 16px;
    color: black;
    height: 60px;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
#mobile_office_image_container
{
    display: none;
    width:100%;
    position: relative;
}
#mobile_office_image
{
    display: block;
    width:90%;
    border-radius: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
#close_form
{
    width:30px;
    height: 30px;
    font-size: 20px;
    padding: 0px;
    box-sizing: border-box;
    background-color: black;
    color:white;
    position: absolute;
    right:20px;
    top:20px;
}
#outer_form_container
{
    display: none;
    width:60%;
    height: auto;
    position: absolute;
    top:0px;
    left:50%;
    transform: translateX(-50%);
    z-index: 202;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    border-width: 1px;
    border-color: gray;
    border-style: solid;
}
#dark_back
{
    width:100%;
    height:100%;
    background-color: black;
    opacity: .7;
    z-index: 201;
    position: fixed;
    display: none;;
}
#top_form_outer_Container
{
    width:100%;
    float:right;
}
#call_text_button
{
    text-decoration: none;
}
#location_title
{
        width:100vw;
        font-size:29px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-weight: 900;
        display: block;
}
#seperator_space
{
    width:100vw;
    height: 50px;
    overflow: auto;
    padding-bottom: 50px;
}
#location_container
{
    width:100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    text-decoration: none;
    color:black;
    background-color:white;
    display: block;
    position: relative;
    padding: 0px;
    overflow: auto;
    border-top-width: 2px;
    border-top-color: black;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: black;
    border-bottom-style: solid;
}
#left_location_container
{
    float:left;
    width:75%;
    height:100%;
    box-sizing: border-box;
    display:block;
    padding-top:0px;
    background-color: white;
    border-right-width: 2px;
    border-right-color: black;
    border-right-style: solid;
}
#right_location_container
{
    width:25%;
    float:right;
    height: 100%;
    box-sizing: border-box;
    display:block;
    padding-top:0px;
    background-color: white;
    padding-left: 0px;
    border-color: gray;
    border-width: 0px;
    border-left-width: 0px;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
}
#mapped_image
{
    width: 100%;
    padding-top:0px;
    display:block;
    margin-left: auto;
    margin-right: auto;
}
#info_container
{
    width:100%;
    margin-left:auto;
    margin-right:0px;
    float: right;
    margin-top: 0px;
    border-radius:0px;
    padding:0px;
    border-width: 0px;
    border-style: solid;
    border-color: black;
    background-color:black;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
}
#real_life_place_image
{
    display:block;
    width:100%;
    padding: 0px;
    margin: 0px;
    border-radius:0px 0px 0 0;
}
#addy_title_info
{
    color:black;
    font-weight:800;
    font-size: 16px;
    margin-bottom:10px;
}
#addy_info
{
    background-color: white;
    width:100%;
    box-sizing: border-box;
    padding:10px 20px;
    font-size: 14px;
    text-decoration: none;
    color:black;
    border-radius:0 0 0px 0px;
}
#addy_link
{
    width:100%;
    background-color: #ff6600;
    color:black;
    text-align: center;
    text-decoration: none;
}
#gps_button
{
    width:100%;
    background-color: rgb(255, 102, 0);
    color:black;
    font-weight:800;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    padding:5px;
    box-sizing: border-box;
}
#mobile_location_container
{
    width:100%;
    display: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-top: 0px;

}
#mobile_addy_info_container
{
    width:55%;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
}
#mobile_real_life_place_image
{
    display:block;
    width:100%;
    padding: 0px;
    margin: 0px;
    border-radius:0px 0px 0 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#mobile_addy_title_info
{
    color:black;
    font-weight:800;
    font-size: 15px;
    margin-bottom:10px;
}
#mobile_addy_info
{
    background-color: white;
    width:100%;
    box-sizing: border-box;
    padding:10px 20px;
    font-size: 13px;
    text-decoration: none;
    color:black;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
#mobile_addy_link
{
    width:100%;
    background-color: #ff6600;
    color:black;
    text-align: center;
    text-decoration: none;
}
#mobile_gps_button
{
    width:100%;
    background-color: #ff6600;
    color:black;
    font-weight:800;
    text-align: center;
    text-decoration: none;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    padding:10px;
    box-sizing: border-box;
}
#mobile_mapped_image
{
    width: 100%;
    padding-top:0px;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
#prices_container
{
    width:85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: block;
    position: relative;
    box-sizing: border-box;
}
#prices_inbetween_space_one
{
    width:5%;
    height:100px;
    float:left;
    border-radius: 25px;
}
#prices_inbetween_space_two
{
    width:5%;
    height:100px;
    float:left;
    border-radius: 25px;
}
#prices_left_block
{
    background-color: rgb(196, 244, 212);
    width:30%;
    border-radius: 25px;
    float:left;
    padding:20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#prices_middle_block
{
    background-color: #c4f4d4;
    width:30%;
    border-radius: 25px;
    float:left;
    padding:20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#prices_right_block
{
    background-color: #c4f4d4;
    width:30%;
    float:right;
    border-radius: 25px;
    padding:20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.price_block_title
{
    font-size:30px;
    font-weight: 800;
    width:100%;
    text-align: center;
}
.price_block_cost
{
    font-size:30px;
    font-weight: 600;
    margin-top: 20px;
    width:100%;
    height:100px;
    text-align: center;
    overflow-wrap: break-word;
}
#price_block_group_cost
{
    font-size:18px;
}
.price_block_description
{
    font-size:14px;
    font-weight: 500;
    margin-top: 20px;
    width:100%;
    text-align: center;
    height:160px;
    overflow-wrap: break-word;
}
.prices_image
{
    width:70%;
    display:block;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
#payment_type_container
{
    width:85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    text-align: center;
    position: relative;
    padding:20px;
    padding-bottom: 35px;
    overflow: hidden;
    background-color: #c4f4d4;
    border-radius: 25px;
    box-sizing: border-box;
}
#payment_type_title
{
    font-size: 30px;
    font-weight: 900;
    width: 100%;
    margin-bottom: 5px;
}
#payment_type_description
{
    font-size: 25px;
    font-weight: 500;
    width:100%;
}
#faith_notice_container
{
    width:85%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    padding:20px;
    overflow: hidden;
    border-radius: 30px;
    box-sizing: border-box;
    
}
#faith_notice_title
{
    width:100%;
    font-weight: 900;
    font-size: 35px;
    margin-left: auto;
    margin-right: auto;
}
#faith_notice_paragraph
{
    width:100%;
    text-align: left;
    font-size: 30px;
    padding-bottom: 0px;
    margin-top: 30px;
}
#info_access_notice_title
{
    width:85%;
    font-weight: 900;
    font-size: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    text-align: left;
    margin-bottom: 30px;
    border-width: 0px;
    border-top-width: 2px;
    border-style: solid;
    padding-top: 90px;
}
#info_access_notice_paragraph
{
    width:85%;
    text-align: left;
    font-size: 30px;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-left:auto;
    margin-right:auto;
}
#bottom_space
{
    width: 100%;
    height: 100px;
}
#high_res_office_image
{
    display: none;
}
#header_location
{
    width:fit-content;
    padding-left:2.5%;
    padding-right:2.5%;
    box-sizing: border-box;
    
    color:black;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 1rem;
    margin-bottom: 0rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    margin-top: 3rem;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    border-bottom-color: black;
    border-bottom-width: 0px;
    border-bottom-style: solid;
}
#header_cost
{
    width:100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;  
    margin-bottom: 3rem;
    margin-top: 4rem;
}
.header_two_font_style
{
    font-size: 1.75rem;
    font-weight: 900;
    font-stretch: 100%;
    letter-spacing:0rem;
}
@media only screen and (max-width:900px) 
{
    #header_location
    {
        width:90%;
        
    }
    #location_container
    {
        border-width: 0px; 
    }
    .header_two_font_style
    {
        font-size: 2rem;
    }
}
@media only screen and (max-device-width:900px) 
{
     .header_two_font_style
    {
        font-size: 2rem;
    }
    #location_container
    {
        border-width: 0px; 
    }
    #header_location
    {
        width:90%;
        
    }
    #high_res_office_image
    {
        display: none;
    }
    .contact_logo
    {
        height:140px;
       
    }
    #left_side
    {
        width:100%;
    }
    #right_side
    {
        display:none;
    }
    #top_boxes_container
    {
        width:90%;
        margin-top: 30px;
    }
    #mobile_office_image_container
    {
        display:block;
        overflow: hidden;
    }

    #outer_form_container
    {
        width:90%;
        display: none;
    }
    #close_form
    {
        width:80px;
        height: 80px;
        font-size: 40px;
        padding: 0px;
        box-sizing: border-box;
        background-color: black;
        color:white;
        position: absolute;
        right:20px;
        top:20px;
    }
    #top_form_container
    {
        width : 100%;
        float:right;
        text-align: left;
        background-color: white;
        border-radius: 25px;
        padding:0px;
        box-sizing: border-box;
        margin-top: 100px;
    }
    #name_container
    {
        margin-left: auto;
        margin-right: auto;
        width:100%;
        display: inline-block;
    }
    #notice
    {
        width:100%;
        font-size: 15px;
        
        box-sizing: border-box;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    #top_name_title
    {
        display: none;
    }
    #input_email_first_name
    {
        width : 100%;
        float:left;
        box-sizing: border-box;
       
    }
    #input_email_last_name
    {
        width : 100%;
        float:right;
        box-sizing: border-box;
        
    }
    #email_first_name
    {
        width : 100%;
        float:left;
        box-sizing: border-box;
        display:none;
    }
    #email_last_name
    {
        width : 100%;
        float:right;
        box-sizing: border-box;
        display:none;
    }
    #mobile_label_first_name
    {
        display: block;
        width:100%;
        font-size: 45px;
    }
    #mobile_label_last_name
    {
        display:block;
        width:100%;
        font-size: 45px;
    }
    .email_input
    {
        box-sizing: border-box;
        padding:20px;
        font-size:45px;
        margin-bottom: 5px;
        margin-top: 5px;
        border-radius: 10px;
        border: none;
        background-color: lightgray;
    }
    .email_label
    {
    font-size:45px; 
        
    }
    #email
    {
        width:100%;
    }
    #email_message
    {
        width:100%;   
    }
    #submit_button
    {
        width:100%;
        box-sizing: border-box;
        padding: 10px 20px;
        background-color: black;
        color: white;
        font-size: 50px;
        margin-bottom: 40px;
        border-radius: 10px;
        
    }
    #submit_button:hover
    {
        opacity: .8;
    }
    #error
    {
        color:green;
        font-size: 50px;
        font-weight: 600;
        text-align: center;
        width: 100%;
        padding: 40px 10px;
        box-sizing: border-box;
        border-width: 0px;
        background-color:white; 
    }

  
   
    #right_location_container
    {
        display: none;
    }
    #left_location_container
    {
        display: none;
    }
    #mobile_location_container
    {
        display: block;
    }
    #container_a
    {
        width:90%;
        margin-left: auto;
        margin-right: auto;
        height:530px;
        position: relative;
    }
    #form_outer_Container
    {
        width:100%;
        float:right;
    }
    #form_container
    {
        width : 100%;
        float:right;
        text-align: left;
        background-color: white;
        border-radius: 25px;
        padding:0px;
        box-sizing: border-box;

    }
    #top_title
    {
        font-size: 80px;
    }
    #top_description
    {
        font-size: 50px;
        box-sizing: border-box;
        overflow-wrap:break-word;
        
    }
    #left_box
    {
        width:100%;
    }
    #right_box
    {
        width:100%;
    }
    #logo_text_bottom_call
    {
        font-size: 45px;
        height: auto;
        margin-bottom: 10px;
    }
    #logo_text_bottom_email
    {
        font-size: 45px;
        height: auto;
        margin-bottom: 10px;
    }
    #call_square_button
    {
        font-size: 55px;
        
    }
    #email_square_button
    {
        font-size: 55px;
    }
    #mobile_addy_info_container
    {
        width:90%; 
    }
    #mobile_addy_title_info
    {
        font-size: 35px;
    }
    #mobile_addy_info
    {
        font-size: 30px;
    }
    #mobile_gps_button
    {
        font-size: 45px;
    }
    #prices_left_block
    {
        width:100%;
        margin-bottom: 40px;
    }
    #prices_middle_block
    {
        width:100%;
        margin-bottom: 40px;
    }
    #prices_right_block
    {
        width:100%;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .price_block_title
    {
        font-size:60px;
        height: auto;
    }
    .price_block_cost
    {
        font-size:60px;
        height: auto;
    }
    #price_block_group_cost
    {
        font-size:40px;
        height: auto;
    }
    .price_block_description
    {
        font-size:60px;
        height: auto;
        margin-bottom: 40px;
    }
    #prices_inbetween_space_one
    {
        display: none;
    }
    #prices_inbetween_space_two
    {
        display: none;
    }
    .textTwo
    {
        font-size:45px;
        margin-bottom: 35px;
    }
    #titleOneTwo
    {
        font-size: 75px;
        padding-top: 40px;
        padding-bottom: 20px;
        
    }
    #title_one
    {
        font-size: 70px;
    }
    #phoneContainer
    {
        margin-top: 20px;
        width: auto;
    }
    #imagePhone
    {
        width: 35px;
        float:left;
        margin-right: 20px;
    }
    #num
    {
        color: black;
        font-size: 45px;
        font-weight: 550;
        font-stretch: 100%;
        letter-spacing:-1px;
        text-align: center;
        float:right;
        margin-top: 5px;
        
    }
    #switchContainer
    {
        display: none;
    }
    #selectedLang{
        color:black;
        
    }
    #nonselectedLang{
        color:grey;
    }
    #mobile_switchContainer
    {
        display: block;
        width: 100%;
        height: auto;
        text-align: right;
        padding-top: 0px;
        text-align: right;
        margin-top: 15px;
       
        
    }
    .switch
    {
        position:relative;
        display: inline-block;
        width: 150px;
        height:55px;
        padding: 0px;
        margin: 0px;
       
        vertical-align: top;
    }
    .switch input
    {
        opacity:0;
        width:0;
        height:0;
    }
    .slider
    {
        position: absolute;
        cursor:pointer;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background-color: black;
        -webkit-transition:.4s;
        transition:.4s;
    }
    .slider:before 
    {
        position: absolute;
        content: "";
        height: 40px;
        width: 40px;
        left: 15px;
        bottom: 8px;
        background-color: white;
        -webkit-transition:.4s;
        transition: .4s;
    }
    input:checked + .slider 
    {
        background: black;
    }
    input:focus +.slider 
    {
        box-shadow: 0 0 1px black;
    }
    input:checked + .slider:before 
    {
        -webkit-transform: translateX(93px);
        -ms-transform: translateX(93px);
        transform: translateX(93px);
    }
    .slider.round
    {
        border-radius: 34px;
    }
    .slider.round:before
    {
        border-radius: 50%;
    }
    .textOne
    {
        font-size: 45px;
        font-weight: 550;
        font-stretch: 100%;
        letter-spacing:0px;
        text-align: center;
        margin-right: 10px;
        margin-left: 10px; 
        box-sizing: border-box;
        padding-top: 20px;  
    }
    #logo
    {
        position:absolute;
        top:5px;
        left:0px;
    }
    #logoImage
    {
        height: 130px;
        float:left;
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 10px;	
    }
    #nav_container
    {
        font-size: 29px;
        list-style-type: none;
        background-color: white;
        margin-top:0px;
        margin-bottom: 0px;
        text-align: right;
        padding-right: 30px;
        padding-top:30px;
        padding-bottom: 15px;    
    }
    #top_bar
    {
        height:280px;
        width:100%;
    }
    
  
}